Skip to content

Commit a421ec2

Browse files
committedMay 24, 2011
Merge branch 'master' of git://github.com/qgis/Quantum-GIS
2 parents a075104 + b610620 commit a421ec2

File tree

297 files changed

+13551
-5628
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

297 files changed

+13551
-5628
lines changed
 

‎.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ ms-windows/untgz/
3030
scripts/astyle.exe
3131
# vim temporary files
3232
.*.swp
33+
*.aux
34+
*.out
35+
*.tex
36+
*.toc

‎cmake/Txt2Tags.cmake

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ MACRO(ADD_TXT2TAGS_FILES _sources)
4646
COMMENT "Building ${_out}.html from ${_in}"
4747
)
4848

49+
ADD_CUSTOM_COMMAND(
50+
OUTPUT ${_out}.tex
51+
COMMAND ${TXT2TAGS_EXECUTABLE}
52+
ARGS -o${_out}.tex -t tex ${_in}
53+
DEPENDS ${_in}
54+
COMMENT "Building ${_out}.tex from ${_in}"
55+
)
56+
4957
SET(${_sources} ${${_sources}} ${_out} ${_out}.html)
5058
ENDFOREACH (_current_FILE)
5159
ENDMACRO(ADD_TXT2TAGS_FILES)

0 commit comments

Comments
 (0)