diff options
| author | Alexander Barton <alex@barton.de> | 2003-03-31 16:00:49 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2003-03-31 16:00:49 +0000 |
| commit | 36e0345ce6a5961555fd772807c2791bfa54b8fc (patch) | |
| tree | 626b4bafe9717731dc8eb6a73292ec9b9fe9aeff | |
| parent | 62796722f13d0291212a222c5699ac20cf533501 (diff) | |
| download | ngircd-36e0345ce6a5961555fd772807c2791bfa54b8fc.tar.gz ngircd-36e0345ce6a5961555fd772807c2791bfa54b8fc.zip | |
Changed documentation directory to ".../share/doc/ngIRCd" (and removed the
variable PACKAGE for better Debian automake-1.4 compatibility).
| -rw-r--r-- | doc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index f5c5028e..254aa3b3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -9,7 +9,7 @@ # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. # -# $Id: Makefile.am,v 1.14 2003/03/30 13:45:29 alex Exp $ +# $Id: Makefile.am,v 1.15 2003/03/31 16:00:49 alex Exp $ # EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt README-AUX.txt \ @@ -18,7 +18,7 @@ EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt README-AUX.txt \ maintainer-clean-local: rm -f Makefile Makefile.in -docdir = $(datadir)/doc/$(PACKAGE) +docdir = $(datadir)/doc/ngIRCd documents = $(EXTRA_DIST) ../AUTHORS ../COPYING ../ChangeLog ../INSTALL \ ../NEWS ../README |