# HG changeset patch # User Dongsheng Song # Date 1242887191 -28800 # Node ID f87515a4a3cf530f1efa6d3b7d5ff4404b6e1813 # Parent e8763d4b37b14e679d9d9d7c6f4825d12a8c008f Remove dead symbolic links for i in `find .`; do if (test -h $i); then file $i|grep broken; fi; done ./es/99book.bib: broken symbolic link to `../en/99book.bib' ./es/bookhtml.cfg: broken symbolic link to `../en/bookhtml.cfg' ./es/fixhtml.py: broken symbolic link to `../en/fixhtml.py' ./es/hgbook.css: broken symbolic link to `../en/hgbook.css' ./es/htlatex.book: broken symbolic link to `../en/htlatex.book' diff -r e8763d4b37b1 -r f87515a4a3cf es/99book.bib --- a/es/99book.bib Thu May 21 14:16:17 2009 +0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../en/99book.bib \ No newline at end of file diff -r e8763d4b37b1 -r f87515a4a3cf es/bookhtml.cfg --- a/es/bookhtml.cfg Thu May 21 14:16:17 2009 +0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../en/bookhtml.cfg \ No newline at end of file diff -r e8763d4b37b1 -r f87515a4a3cf es/fixhtml.py --- a/es/fixhtml.py Thu May 21 14:16:17 2009 +0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../en/fixhtml.py \ No newline at end of file diff -r e8763d4b37b1 -r f87515a4a3cf es/hgbook.css --- a/es/hgbook.css Thu May 21 14:16:17 2009 +0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../en/hgbook.css \ No newline at end of file diff -r e8763d4b37b1 -r f87515a4a3cf es/htlatex.book --- a/es/htlatex.book Thu May 21 14:16:17 2009 +0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../en/htlatex.book \ No newline at end of file