diff .hgignore @ 4703:8e34362a14f7

issue2550774: Fix generating the website documentation - the COPYING.txt file needs to be symlinked into website/www/ so the documentation can be generated correctly - add website/www/COPYING.txt to the .hgignore file so the symlinked version does not get accidentally committed to the repository - the website documentation Makefile 'clean' removes the symlinks and the generated html to return things back to the original state, which is what should happen on a 'clean'
author John Kristensen <john@jerrykan.com>
date Sun, 16 Dec 2012 13:18:11 +1100
parents 9d0189350187
children b57c3d50505b
line wrap: on
line diff
--- a/.hgignore	Sun Dec 16 13:10:52 2012 +1100
+++ b/.hgignore	Sun Dec 16 13:18:11 2012 +1100
@@ -42,5 +42,6 @@
 locale/*.bak
 locale/*.poedit
 website/www/_tmp/
+website/www/COPYING.txt
 website/www/docs
 website/www/html/

Roundup Issue Tracker: http://roundup-tracker.org/