mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
fixed debian install file
This commit is contained in:
parent
80dc3f1813
commit
b391c625ea
@ -49,7 +49,7 @@ else:
|
||||
print
|
||||
print 'Building...'
|
||||
# handling files
|
||||
if os.system('rm CMakeCache.txt && cmake . && make dist') != 0:
|
||||
if os.system('(rm CMakeCache.txt || true) && cmake . && make dist') != 0:
|
||||
print 'Failed in creating tarball'
|
||||
sys.exit(-1)
|
||||
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
pdf2htmlex (0.1-3~git201208281523r80dc3-0ubuntu1) precise; urgency=low
|
||||
|
||||
* Add dependency libpng
|
||||
|
||||
-- WANG Lu <coolwanglu@gmail.com> Tue, 28 Aug 2012 15:22:22 +0800
|
||||
|
||||
pdf2htmlex (0.1-3~git201208281431r383b1-0ubuntu1) precise; urgency=low
|
||||
|
||||
* Updated CMakeList.txt
|
||||
|
2
debian/pdf2htmlex.install
vendored
2
debian/pdf2htmlex.install
vendored
@ -1,4 +1,4 @@
|
||||
usr/bin/scanmem
|
||||
usr/bin/pdf2htmlEX
|
||||
usr/share/pdf2htmlEX/all.css
|
||||
usr/share/pdf2htmlEX/head.html
|
||||
usr/share/pdf2htmlEX/neck.html
|
||||
|
Loading…
Reference in New Issue
Block a user