diff options
| author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-29 22:51:05 +0000 |
|---|---|---|
| committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-29 22:51:05 +0000 |
| commit | 7cd9db048b9c29238efd1cecda65264db4223dcd (patch) | |
| tree | 380d7346775b588cfa448dc6188028158cb4f6ba /Makefile | |
| parent | 08fa385d80a65694ea8c6a117c3a178c71146cbc (diff) | |
| download | pandoc-7cd9db048b9c29238efd1cecda65264db4223dcd.tar.gz | |
Slight changes in website target:
+ history.html -> changelog.html
+ demo.html -> examples.html
+ Added title to changelog.html
+ Removed header div on html pages
+ Changed widths in css
git-svn-id: https://pandoc.googlecode.com/svn/trunk@319 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -353,10 +353,9 @@ $(web_dest)/: $(MAIN) html cp $(web_src)/*.css $(web_dest)/; \ sed -e 's#@PREFIX@#$(PREFIX)#g' $(osx_src)/Welcome | \ $(make_page) > $(web_dest)/osx-notes.html; \ - sed -e '/^ --.*/d' changelog | \ - sed -e 's#^# #g' | \ + sed -e '/^ --.*/d' -e 's#^# #g' changelog | \ sed -e 's/ \(pandoc (.*\)/## \1/g' | \ - $(make_page) > $(web_dest)/history.html; \ + $(make_page) -T "Pandoc changelog" > $(web_dest)/changelog.html; \ $(make_page) README > $(web_dest)/README.html; \ $(make_page) INSTALL > $(web_dest)/INSTALL.html; \ sed -e 's/@TARBALL_NAME@/$(tarball_name)/g' $(web_src)/index.txt | \ @@ -371,7 +370,7 @@ $(web_dest)/: $(MAIN) html cp $(web_src)/header.html $(web_dest)/ ; \ cp $(web_src)/footer.html $(web_dest)/ ; \ sh $(web_src)/mkdemos.sh $(web_dest) $(abspath .) | \ - $(make_page) > $(web_dest)/demos.html; \ + $(make_page) > $(web_dest)/examples.html; \ ) || { rm -rf $(web_dest); exit 1; } .PHONY: distclean clean |
