1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Fix for handling additional documents.

PR: 22249
Submitted by: Ports Fury
This commit is contained in:
Kevin Lo 2000-10-24 16:35:18 +00:00
parent 51702f37f4
commit 810725381e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34191

View File

@ -1,5 +1,5 @@
--- Makefile.in.orig Sat Aug 19 09:10:37 2000
+++ Makefile.in Sat Aug 19 09:54:30 2000
--- Makefile.in.orig Wed Aug 2 19:24:59 2000
+++ Makefile.in Tue Oct 24 02:31:35 2000
@@ -70,7 +70,7 @@
VERSION = @VERSION@
WISH = @WISH@
@ -9,3 +9,15 @@
# Main binary targets
bin_PROGRAMS = quirc
@@ -90,11 +90,6 @@
noinst_PROGRAMS = generate_tags
generate_tags_SOURCES = generate_tags.cc
-
-# Documentation
-
-docdir = $(prefix)/doc/@PACKAGE@
-doc_DATA = FAQ AUTHORS COPYING ChangeLog INSTALL NEWS README ChangeLog.themes
# RPM and spec file generation