freebsd-ports/devel/ac-archive/files/patch-Makefile.in
Sergei Kolobov db59e83b62 - Update to 0.5.54
- Add CONFIGURE_TARGET to silence warning
- Use DOCSDIR macro in pkg-plist; re-sort
- Do not install OMF file (somebody familiar with ScrollKeeper
  please take a look!)
2003-11-04 15:56:56 +00:00

23 lines
921 B
Text

--- Makefile.in.orig Fri Aug 1 21:39:11 2003
+++ Makefile.in Tue Nov 4 18:45:38 2003
@@ -510,7 +510,7 @@
macros.html : $(M4_FILES) gendocs.pl $(EXTRA_DOCS)
for i in $(EMPTYDIRS) ; do test -d $$i || mkdir $$i ; done ; true
- $(PERL) ./gendocs.pl "--vers=$(VERSION)" $(EXTRA_DOCS) $(DOCS) $(OOO)
+ $(PERL) ./gendocs.pl --nospell "--vers=$(VERSION)" $(EXTRA_DOCS) $(DOCS) $(OOO)
index.html : $(M4_FILES:.m4=.html) macro2html.pl
@ $(PERL) ./genindex.pl
@@ -582,10 +582,7 @@
>$@
install-data-local: install-docs
-install-docs : install-index $(PACKAGE)-doc.omf
- $(mkinstalldirs) $(DESTDIR)$(pkgomfdir)
- $(INSTALL_DATA) $(PACKAGE)-doc.omf $(DESTDIR)$(pkgomfdir)
- - test ".$(DESTDIR)" != "." || scrollkeeper-update -v
+install-docs : install-index
install-index: $(PACKAGE_M4HTML_TAR) $(PACK).tar.gz $(PACKAGE)-INDEX.html
$(mkinstalldirs) $(DESTDIR)$(pkgdocdir)
p=`pwd` && cd $(DESTDIR)$(pkgdocdir) \