From 273d160741d0818eec206df571b3a56806a9298e Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Thu, 6 Dec 2007 22:21:57 +0000 Subject: [PATCH] Add alberta-man.pdf to EXTRA_DIST. --- Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index 29b5b5a..70d185a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,21 +127,21 @@ generate-alberta-dist: # # The documentation is available as book. # -EXTRA_DIST += doc/alberta.pdf +EXTRA_DIST += doc/alberta-man.pdf # # this one requires write access to the source directory. One day one might # want to automakify alberta/doc/ ... # -doc/alberta.ps: +doc/alberta-man.ps: make -C $(srcdir)/doc/ vclean - make -C $(srcdir)/doc/ alberta.ps + make -C $(srcdir)/doc/ alberta-man.ps -doc/alberta.pdf: +doc/alberta-man.pdf: make -C $(srcdir)/doc/ vclean - make -C $(srcdir)/doc/ alberta.pdf + make -C $(srcdir)/doc/ alberta-man.pdf -documentation: doc/alberta.pdf +documentation: doc/alberta-man.pdf dist-hook: documentation -- GitLab