Fix build error

This commit is contained in:
Tony George 2019-08-11 19:21:26 +05:30
parent cc81cab759
commit ded2723053
5 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -21,4 +21,3 @@ stage/
prime/
snap/
man/timeshift\.1\.gz

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
timeshift (19.08) xenial; urgency=medium
timeshift (19.08.1) xenial; urgency=medium
* #375 Fix build errors with vala 0.42.5; Remove --threads from makefile;

View File

@ -10,6 +10,9 @@ app-console:
pot:
cd src; make pot
manpage:
cd src; make manpage
clean:
cd src; make clean

BIN
man/timeshift.1.gz Normal file

Binary file not shown.

View File

@ -68,8 +68,10 @@ app-console:
--pkg gee-0.8 --pkg json-glib-1.0 \
--pkg gtk+-3.0 --pkg vte-2.91 $(xapp_pkg)
manpage:
./${app_name} --help > ../man/${app_name}.1
gzip -f ../man/${app_name}.1
pot:
# update translation template