Commit Graph

7 Commits

Author SHA1 Message Date
Yegor Yefremov
8607c9dc8f
docs/development.md: fix meson setup command (#224)
meson setup command accepts the build folder name directly.
2023-08-17 09:28:35 -04:00
Boyuan Yang
02697234b5
docs/man/meson.build: Use -N for help2man to avoid texinfo section (#217)
If -N option is not added, the following section will be appended
to the generated man pages:

SEE ALSO
       The  full documentation for Timeshift is maintained as a Texinfo manual.  If the info and Timeshift programs are properly installed
       at your site, the command

              info Timeshift

       should give you access to the complete manual.

This is not desired, thus add the -N option to the help2man
invocation.

Signed-off-by: Boyuan Yang <byang@debian.org>
2023-07-31 12:08:37 -04:00
Clement Lefebvre
cd01296fbb git: Remove generate man pages 2023-06-01 12:04:50 +01:00
Yegor Yefremov
bd4d2b5b5c
docs: automatically generate timeshift-gtk manpage (#194) 2023-05-24 11:51:59 -04:00
Yegor Yefremov
79ddd89891
meson support (#173)
* Move AppConsole.vala and AppGtk.vala to src directory

* Rename po files

Strip "timeshift-" prefix. This is required for the future meson
support.

* Add initial meson support

* Remove makefile

* docs/development.md: adapt the instructions to the meson build system

Bonus: break a long line.
2023-05-12 09:37:54 -04:00
Yegor Yefremov
9668beec48
Use help2man utility to create a man page. (#178)
Also remove man/timeshift.1.gz as Linux distros provide own
hooks to compress man pages.
2023-05-08 13:44:57 -04:00
Ivan Skodje
0d8d1de8bf
Development documentation for easier accessibility (#170) 2023-04-24 09:51:28 -04:00