comparison es/Makefile @ 613:db12ab3b3b25

corrected some typos on the title page. translated a couple of index entries
author Javier Rojas <jerojasro@devnull.li>
date Sun, 18 Jan 2009 19:45:33 -0500
parents 9412f706651e
children
comparison
equal deleted inserted replaced
612:7289137385e4 613:db12ab3b3b25
102 -output-directory $(dir $(1)) \ 102 -output-directory $(dir $(1)) \
103 -jobname $(basename $(notdir $(1))) 103 -jobname $(basename $(notdir $(1)))
104 104
105 hg = $(shell which hg) 105 hg = $(shell which hg)
106 106
107 hg-id = $(shell hg parents --template '{node|short}, dated {date|isodate},\n') 107 hg-id = $(shell hg parents --template '{node|short}, fechado {date|isodate},\n')
108 108
109 hg-version = $(shell hg version -q | \ 109 hg-version = $(shell hg version -q | \
110 sed 's,.*(version \(unknown\|[a-f0-9+]*\)),\1,') 110 sed 's,.*(versiĆ³n \(unknown\|[a-f0-9+]*\)),\1,')
111 111
112 all: pdf html 112 all: pdf html
113 113
114 pdf: pdf/hgbook.pdf 114 pdf: pdf/hgbook.pdf
115 115