diff options
author | Øyvind Kolås <pippin@gimp.org> | 2012-11-19 18:38:22 +0100 |
---|---|---|
committer | Øyvind Kolås <pippin@gimp.org> | 2012-11-19 18:38:22 +0100 |
commit | 835debaed95be9f479723c09832de71b0a901ee3 (patch) | |
tree | 1eae916eb4ebc9b2b028e4f6dff4ae59b1db1c55 /docs | |
parent | 80fbfd1878659c1c5ec81d1fd455c2672b971a51 (diff) |
simplify build
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index ce07da0d..98b27015 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -14,7 +14,7 @@ sync-txt: txts=ASC_DOC=`for a in *.txt;do echo -n ' '$$a|sed s/txt/html/;done;echo ''`;\ txts=$$txts" #ASC_DOC_HOTPATCH";\ cat Makefile.am | sed "s/ASC\_DOC.*ASC_DOC_HOTPATCH/$$txts/" > /tmp/mktmp; cp /tmp/mktmp Makefile.am; -ASC_DOC= abyss_policy.html development.html editor.html index.html journal.html todo.html #ASC_DOC_HOTPATCH +ASC_DOC= abyss_policy.html contribute.html development.html editor.html index.html journal.html todo.html #ASC_DOC_HOTPATCH HTML_FILES = \ |