mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
Install NETWORK.md in the Windows ZIPs and Debian packages.
It turns out we never actually included it in distribution packages, though it was always included in the source packages.
This commit is contained in:
parent
8819511ade
commit
d89550e587
@ -320,6 +320,15 @@ SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE")
|
||||
SET(CPACK_RESOURCE_FILE_README "${CMAKE_SOURCE_DIR}/README.md")
|
||||
#SET(CPACK_RESOURCE_FILE_WELCOME "${CMAKE_SOURCE_DIR}/doc/WELCOME.txt")
|
||||
|
||||
# Additional document files for the root directory.
|
||||
# TODO: Convert from Unix line endings to Windows when
|
||||
# compiling for Windows?
|
||||
INCLUDE(DirInstallPaths)
|
||||
INSTALL(FILES NETWORK.md
|
||||
DESTINATION "${DIR_INSTALL_DOC_ROOT}"
|
||||
COMPONENT "doc"
|
||||
)
|
||||
|
||||
# CPack: Source package settings.
|
||||
# NOTE: Double-escape is required because the unescaped
|
||||
# string # is written to CPackSourceConfig.cmake, which
|
||||
|
1
debian/rom-properties-all.docs
vendored
1
debian/rom-properties-all.docs
vendored
@ -1,4 +1,5 @@
|
||||
README.md
|
||||
NETWORK.md
|
||||
NEWS.md
|
||||
doc/keys.conf.example
|
||||
doc/rom-properties.conf.example
|
||||
|
1
debian/rom-properties-cli.docs
vendored
1
debian/rom-properties-cli.docs
vendored
@ -1,4 +1,5 @@
|
||||
README.md
|
||||
NETWORK.md
|
||||
NEWS.md
|
||||
doc/keys.conf.example
|
||||
doc/rom-properties.conf.example
|
||||
|
1
debian/rom-properties-data.docs
vendored
1
debian/rom-properties-data.docs
vendored
@ -1,4 +1,5 @@
|
||||
README.md
|
||||
NETWORK.md
|
||||
NEWS.md
|
||||
doc/keys.conf.example
|
||||
doc/rom-properties.conf.example
|
||||
|
1
debian/rom-properties-gtk3.docs
vendored
1
debian/rom-properties-gtk3.docs
vendored
@ -1,4 +1,5 @@
|
||||
README.md
|
||||
NETWORK.md
|
||||
NEWS.md
|
||||
doc/keys.conf.example
|
||||
doc/rom-properties.conf.example
|
||||
|
1
debian/rom-properties-kde4.docs
vendored
1
debian/rom-properties-kde4.docs
vendored
@ -1,4 +1,5 @@
|
||||
README.md
|
||||
NETWORK.md
|
||||
NEWS.md
|
||||
doc/keys.conf.example
|
||||
doc/rom-properties.conf.example
|
||||
|
1
debian/rom-properties-kf5.docs
vendored
1
debian/rom-properties-kf5.docs
vendored
@ -1,4 +1,5 @@
|
||||
README.md
|
||||
NETWORK.md
|
||||
NEWS.md
|
||||
doc/keys.conf.example
|
||||
doc/rom-properties.conf.example
|
||||
|
1
debian/rom-properties-lang.docs
vendored
1
debian/rom-properties-lang.docs
vendored
@ -1,4 +1,5 @@
|
||||
README.md
|
||||
NETWORK.md
|
||||
NEWS.md
|
||||
doc/keys.conf.example
|
||||
doc/rom-properties.conf.example
|
||||
|
1
debian/rom-properties-thumbnailer-dbus.docs
vendored
1
debian/rom-properties-thumbnailer-dbus.docs
vendored
@ -1,4 +1,5 @@
|
||||
README.md
|
||||
NETWORK.md
|
||||
NEWS.md
|
||||
doc/keys.conf.example
|
||||
doc/rom-properties.conf.example
|
||||
|
1
debian/rom-properties-utils.docs
vendored
1
debian/rom-properties-utils.docs
vendored
@ -1,4 +1,5 @@
|
||||
README.md
|
||||
NETWORK.md
|
||||
NEWS.md
|
||||
doc/keys.conf.example
|
||||
doc/rom-properties.conf.example
|
||||
|
1
debian/rom-properties-xdg.docs
vendored
1
debian/rom-properties-xdg.docs
vendored
@ -1,4 +1,5 @@
|
||||
README.md
|
||||
NETWORK.md
|
||||
NEWS.md
|
||||
doc/keys.conf.example
|
||||
doc/rom-properties.conf.example
|
||||
|
1
debian/rom-properties-xfce.docs
vendored
1
debian/rom-properties-xfce.docs
vendored
@ -1,4 +1,5 @@
|
||||
README.md
|
||||
NETWORK.md
|
||||
NEWS.md
|
||||
doc/keys.conf.example
|
||||
doc/rom-properties.conf.example
|
||||
|
Loading…
Reference in New Issue
Block a user