mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
810725381e
PR: 22249 Submitted by: Ports Fury
24 lines
492 B
Plaintext
24 lines
492 B
Plaintext
--- 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@
|
|
|
|
-SUBDIRS = data doc
|
|
+SUBDIRS = data
|
|
|
|
# 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
|
|
|