Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
teejee2008 committed Aug 11, 2019
1 parent cc81cab commit ded2723
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ stage/
prime/
snap/

man/timeshift\.1\.gz
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
3 changes: 3 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ app-console:
pot:
cd src; make pot

manpage:
cd src; make manpage

clean:
cd src; make clean

Expand Down
Binary file added man/timeshift.1.gz
Binary file not shown.
2 changes: 2 additions & 0 deletions src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ded2723

Please sign in to comment.