diff --git a/.gitignore b/.gitignore index 2a41512..baff9fb 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,3 @@ stage/ prime/ snap/ -man/timeshift\.1\.gz diff --git a/debian/changelog b/debian/changelog index cdfc079..b13f58e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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; diff --git a/makefile b/makefile index 6831c5a..94a8161 100644 --- a/makefile +++ b/makefile @@ -10,6 +10,9 @@ app-console: pot: cd src; make pot +manpage: + cd src; make manpage + clean: cd src; make clean diff --git a/man/timeshift.1.gz b/man/timeshift.1.gz new file mode 100644 index 0000000..cf2c167 Binary files /dev/null and b/man/timeshift.1.gz differ diff --git a/src/makefile b/src/makefile index 41f883c..f2effb3 100644 --- a/src/makefile +++ b/src/makefile @@ -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