diff options
| author | Jaromil <[email protected]> | 2010-06-21 01:59:10 (GMT) |
|---|---|---|
| committer | Jaromil <[email protected]> | 2010-06-21 01:59:10 (GMT) |
| commit | 97e102c43d6fd1799e3c1bafefe0492db1cafcb7 (patch) | |
| tree | 1cc5aee34498256743aae202cbaeab680bd7ff82 /Makefile.am | |
| parent | cc8aa31e71d1749e316c2ed98aa678a83027cc75 (diff) | |
make new-pages is default behaviour for Makefile
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 33d385c..d3fb3c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ autorg-greeting: @echo targets: autorg-greeting - @echo "make [all] -- Default: show this message and make all-pages" + @echo "make -- Default: show this message and make new-pages" @echo "make all-pages -- (Re-)Publish all pages from doc/ and org/" @echo "make new-pages -- Publish new or updated pages from doc/ and org/" @echo "make doc -- (Re-)Publish the HTML/PDF documentation from doc/" @@ -57,7 +57,7 @@ new-pages: autorg-greeting autorg-dirs @$(call autorg_publish,autorg,) @echo -all: targets all-pages +all: targets new-pages clean: @cd src && make clean |

