From 7ac30cc5f0460b72646abffee96584e063f96b5a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 3 May 2012 09:46:57 +0200 Subject: Move FAQ to wiki The FAQ is now at http://sourceware.org/glibc/wiki/FAQ and not anymore part of the repository. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fc6001d..c0a0cfb 100644 --- a/Makefile +++ b/Makefile @@ -363,7 +363,7 @@ TAGS: generated := $(generated) stubs.h -files-for-dist := README FAQ INSTALL configure ChangeLog NEWS +files-for-dist := README INSTALL configure ChangeLog NEWS # Regenerate stuff, then error if these things are not committed yet. dist-prepare: $(files-for-dist) @@ -400,8 +400,6 @@ endef INSTALL: manual/install.texi manual/macros.texi; $(format-me) manual/dir-add.texi manual/dir-add.info: FORCE $(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F) -FAQ: scripts/gen-FAQ.pl FAQ.in - $(PERL) $^ > $@.new && rm -f $@ && mv $@.new $@ && chmod a-w $@ FORCE: iconvdata/% localedata/% po/% manual/%: FORCE -- cgit v1.1