Skip to content

Commit

Permalink
Fixed man page generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmatuschek committed Mar 19, 2021
1 parent 81470c2 commit fe421da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ endif(BUILD_TESTS)
# Source distribution packages:
set(CPACK_SOURCE_GENERATOR "TGZ")
set(CPACK_SOURCE_PACKAGE_FILE_NAME
"${CMAKE_PROJECT_NAME}-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
"${CMAKE_PROJECT_NAME}-${PROJECT_VERSION}")
set(CPACK_SOURCE_IGNORE_FILES
"/build/;/doc/html;/doc/latex;/examples/*.dfu;/.git/;~$;.qm;*.user$;${CPACK_SOURCE_IGNORE_FILES}")

Expand Down
2 changes: 1 addition & 1 deletion dist/qdmr.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Comment=A universal code-plug programming software for DMR radios.
Exec=qdmr
Icon=qdmr.png
Type=Application
Categories=Ham-Radio;Network;
Categories=Application;Network;Ham-Radio;
Terminal=false
2 changes: 1 addition & 1 deletion doc/docbook_man.debian.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

<xsl:strip-space elements="*"/>

<xsl:include href="file:///opt/local/share/xsl/docbook-xsl-nons/manpages/docbook.xsl"/>
<xsl:include href="file:///usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl"/>
</xsl:stylesheet>
4 changes: 3 additions & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: |
* TYT MD-UV390
* Retevis RT3S
* Open GD77 firmware (GD77, RD-5R & DM-1801)
* AnyTone D-878UV
* AnyTone AT-D878UV
* Radioddity GD77 (untested)
confinement: strict
Expand Down Expand Up @@ -57,6 +57,8 @@ parts:
- qtpositioning5-dev
- libqt5serialport5-dev
- libusb-1.0-0-dev
- xsltproc
- docbook-xsl
stage-packages:
- libqt5core5a
- libqt5gui5
Expand Down

0 comments on commit fe421da

Please sign in to comment.