Mercurial > noffle
view docs/Makefile.am @ 61:adf0af5152f7 noffle
[svn] Renamed some variables and function names, because they caused compiler
warnings because of shadowing global variables from system include files
(index, stat, serv).
author | enz |
---|---|
date | Fri, 12 May 2000 18:19:38 +0100 |
parents | bb6a1bf61279 |
children | 651334f85995 |
line wrap: on
line source
# Process this file with automake to produce Makefile.in man_MANS = $(PACKAGE).1 $(PACKAGE).conf.5 EXTRA_DIST = FAQ NOTES ${man_MANS} $(PACKAGE).lsm install-data-local: $(INSTALL) -o 0 -g 0 -d $(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/FAQ $(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NOTES $(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/$(PACKAGE).lsm $(DOCDIR) uninstall-local: rm -f $(DOCDIR)/FAQ rm -f $(DOCDIR)/NOTES rm -f $(DOCDIR)/$(PACKAGE).lsm